home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 60.zip / BS1 part 60 / Helm d4.adf / Customer (.txt) < prev    next >
Helm Multimedia Book  |  1993-07-14  |  33KB  |  570 lines

  1. Customer
  2.     10-Nov-92
  3. New...
  4. Open...
  5. Make Copy...
  6. Streamline...
  7. Print...
  8.     Report...
  9. Preferences...
  10.     Workbench
  11. Help...
  12. About...
  13. Quit...
  14. Paste
  15. Clear
  16. Select All
  17. Cut Page
  18.     Copy Page
  19. Colors
  20. Load...
  21. Save...
  22. Restore Colors
  23. Default Colors
  24. Brush Colors
  25. Image Colors
  26. Cycle
  27. Grid...
  28. Stop Sound
  29. Show All
  30.     Edit Form
  31. Share
  32.     Next Page
  33. Previous Page
  34. First Page
  35.     Last Page
  36. Backward
  37. Forward
  38.     Last Book
  39.     Browse...
  40. Autobrowse...
  41.     Bookshelf
  42. New Page
  43. Delete Page
  44. New Form
  45. Load Form...
  46. Save Form...
  47. Image
  48. Load...
  49. Save...
  50. Capture...
  51.     Clipboard
  52. Paste
  53. Spare
  54. Swap Frames
  55. Copy to Spare
  56. Merge in Front
  57. Merge in Back
  58. Delete Spare
  59. Frame
  60. Previous
  61. Delete
  62. Copy to All
  63. Color
  64. Remap
  65. Transparency
  66. Paper <-> Pen
  67. Paper ->  Pen
  68. Count
  69. Vertical
  70. Horizontal
  71. Info...
  72. Brush
  73. Load...
  74. Save...
  75. Restore
  76.     Clipboard
  77. Paste
  78. Color
  79. Remap
  80. Transparency
  81. Paper <-> Pen
  82. Paper ->  Pen
  83. Center
  84. Corner
  85.     Any Point
  86. Any Size
  87. Halve
  88. Double
  89. Halve Width
  90. Halve Height
  91. Double Width
  92. Double Height
  93. To PAL
  94. To NTSC
  95. Vertical
  96. Horizontal
  97. Shear
  98. Vertical
  99. Horizontal
  100. Rotate
  101.     Any Angle
  102. Paint
  103. Matte
  104. Color
  105. Replace
  106. Smear
  107. Dissolve
  108. Spare
  109. Cycle
  110. Cycle 2
  111. Gradient
  112. Gradient 2
  113. Smudge
  114. Chaos
  115. Count
  116. Custom
  117. Dither
  118. Edges
  119. Object
  120. Load...
  121. Save...
  122. Bring to Front
  123. Send to Back
  124. Bring Closer
  125. Send Farther
  126. Group
  127. Ungroup
  128. Duplicate...
  129. Align...
  130. Info...
  131. Actions...
  132.     Script...
  133. Load...
  134. Save...
  135. Plain
  136.     Underline
  137. Italic
  138. Shadow
  139. Font...
  140. Spacing...
  141.     Hypertext
  142. Actions...
  143.     Script...
  144. Tools
  145. Coordinates
  146.     Title Bar
  147. Palette
  148. Colors
  149. Patterns
  150. Paint Tools
  151. Paint Types
  152.     Histogram
  153.     Magnifier
  154. Messages
  155. Draw Tools
  156. Layers
  157. Pages
  158. Author
  159. Book...
  160. Form...
  161. Page...
  162. Display...
  163. Menus...
  164. Narrator...
  165. Hypertext...
  166. Resources...
  167.     Effect...
  168. Effect Area
  169. DDDUUUfffwww
  170. Book23
  171. PTopaz8
  172. topaz.font
  173. 20GLOB
  174. Forester
  175.     Nickerson
  176. ram:Book23
  177. Books/Customer
  178. Last Name
  179. First Name
  180. Company
  181. Street
  182. State
  183. Country
  184. Notes
  185. Phone
  186. @DDelete Page
  187. @wNew Page
  188. @FFind
  189. @SSort
  190. @RReturn
  191. @BBookshelf
  192. ~@NNext
  193. @PPrevious
  194. &  C U S T O M E R      D A T A B A S E
  195. Number
  196. Company
  197. @QQuit
  198. Phone
  199. @11 Dial
  200. @22 Dial
  201. on SelectUp
  202. begin
  203.   create page
  204.   put timestring(date, time, "%m") & "-" into datestring
  205.   put timestring(date, time, "%d") & "-" after datestring
  206.   put timestring(date, time, "%y") after datestring
  207.   put datestring into textfield "Date"
  208. _on SelectUp
  209. begin
  210.   answer "What field do you want to search?" with "@IID" or "~@NLast Name" or "@CCompany"
  211.   put it into sf
  212.   ask "Enter search text:"
  213.   if it is not empty begin
  214. lock display
  215. set allowsearch of textfield "Last" to false
  216. set allowsearch of textfield "Number" to false
  217. set allowsearch of textfield "Company" to false
  218. if sf is "Last Name" then set allowsearch of textfield "Last" to true
  219. if sf is "ID" then set allowsearch of textfield "Number" to true
  220. if sf is "Company" then set allowsearch of textfield "Company" to true
  221. unlock display
  222. find it
  223.   end
  224.  NaWhat field do you want to search?
  225. ~@NLast Name
  226. @CCompany
  227. Enter search text:
  228. Number
  229. Company
  230. Last Name
  231. Number
  232. Company
  233. Company
  234. don SelectUp
  235. begin
  236.   answer "Sort on which textfield?" with "@IID" or "~@NLast Name" or "@CCompany"
  237.   if it is "Last Name" then put "Last" into sf
  238.   if it is "ID" then put "Number" into sf
  239.   if it is "Company" then put "Company" into sf
  240.   answer "Do you really want to sort?" with "~@YYes" or "@NNo"
  241.   if it is "Yes" then sort ascending by textfield sf
  242. Sort on which textfield?
  243. ~@NLast Name
  244. @CCompany
  245. Last Name
  246. Number
  247. Company
  248. Company
  249. Do you really want to sort?
  250. ~@YYes
  251. Mon SelectUp
  252. begin
  253.   answer "Customer Database V1.1\nEagle Tree Software"
  254. Customer Database V1.1
  255. Eagle Tree Software
  256. /on SelectUp
  257. begin
  258.   dial textfield "Phone"
  259. Phone
  260. -on SelectUp
  261. begin
  262.   dial textfield "FAX"
  263. }on PageClose
  264. begin
  265.   if the name of this page != textfield "Last" then
  266. set the name of this page to textfield "Last"
  267. 1-804/452-0623
  268. 23860-0164
  269. Hopewell
  270. P.O. Box 164
  271. Eagle Tree Software
  272. 06-08-93
  273. Scott
  274.     Nickerson
  275.     Nickerson
  276. ptopaz                          
  277. 3o3xg
  278. ITALIA
  279. Volterra
  280. 19 Kathleen Street
  281. Ramage Software, Ltd
  282. 11-15-92
  283. Dudley
  284. "Rhymes with Damage."
  285. 99999
  286.     Hollywood
  287. 456 Rodeo Drive
  288. Hotspur, Inc.
  289. 03-4-93
  290. Cecil
  291. Forester
  292. Forester
  293. Chicago                         
  294. p?0v`
  295. p?0|0
  296. s>|~?
  297. 22222
  298. Williamsburg
  299. 432 Cook Way
  300. Inport/Export, Inc.
  301. 06-28-93
  302.     Alexander
  303. 99999
  304.     Hollywood
  305. 456 Smallbridge Drive
  306. Hotspur, Inc.
  307. 03-4-93
  308. Cecil
  309. Forester
  310. Forester
  311. Last Name
  312. First Name
  313. Company
  314. Street
  315. State
  316. Country
  317. Notes
  318. Phone
  319. @DDelete Page
  320. @wNew Page
  321. @FFind
  322. @SSort
  323. @RReturn
  324. @BBookshelf
  325. ~@NNext
  326. @PPrevious
  327.   Customer Database
  328. Number
  329. Company
  330. @QQuit
  331. Phone
  332. @11 Dial
  333. @22 Dial
  334. on SelectUp
  335. begin
  336.   create page
  337.   put timestring(date, time, "%m") & "-" into datestring
  338.   put timestring(date, time, "%d") & "-" after datestring
  339.   put timestring(date, time, "%y") after datestring
  340.   put datestring into textfield "Date"
  341. _on SelectUp
  342. begin
  343.   answer "What field do you want to search?" with "@IID" or "~@NLast Name" or "@CCompany"
  344.   put it into sf
  345.   ask "Enter search text:"
  346.   if it is not empty begin
  347. lock display
  348. set allowsearch of textfield "Last" to false
  349. set allowsearch of textfield "Number" to false
  350. set allowsearch of textfield "Company" to false
  351. if sf is "Last Name" then set allowsearch of textfield "Last" to true
  352. if sf is "ID" then set allowsearch of textfield "Number" to true
  353. if sf is "Company" then set allowsearch of textfield "Company" to true
  354. unlock display
  355. find it
  356.   end
  357.  NaWhat field do you want to search?
  358. ~@NLast Name
  359. @CCompany
  360. Enter search text:
  361. Number
  362. Company
  363. Last Name
  364. Number
  365. Company
  366. Company
  367. don SelectUp
  368. begin
  369.   answer "Sort on which textfield?" with "@IID" or "~@NLast Name" or "@CCompany"
  370.   if it is "Last Name" then put "Last" into sf
  371.   if it is "ID" then put "Number" into sf
  372.   if it is "Company" then put "Company" into sf
  373.   answer "Do you really want to sort?" with "~@YYes" or "@NNo"
  374.   if it is "Yes" then sort ascending by textfield sf
  375. Sort on which textfield?
  376. ~@NLast Name
  377. @CCompany
  378. Last Name
  379. Number
  380. Company
  381. Company
  382. Do you really want to sort?
  383. ~@YYes
  384. Mon SelectUp
  385. begin
  386.   answer "Customer Database V1.1\nEagle Tree Software"
  387. Customer Database V1.1
  388. Eagle Tree Software
  389. /on SelectUp
  390. begin
  391.   dial textfield "Phone"
  392. Phone
  393. -on SelectUp
  394. begin
  395.   dial textfield "FAX"
  396. }on PageClose
  397. begin
  398.   if the name of this page != textfield "Last" then
  399. set the name of this page to textfield "Last"
  400. Customer
  401. Scott Nickerson
  402.     10-Nov-92
  403. New...
  404. Open...
  405. Make Copy...
  406. Streamline...
  407. Print...
  408.     Report...
  409. Preferences...
  410.     Workbench
  411. Help...
  412. About...
  413. Quit...
  414. Paste
  415. Clear
  416. Select All
  417. Cut Page
  418.     Copy Page
  419. Colors
  420. Load...
  421. Save...
  422. Restore Colors
  423. Default Colors
  424. Brush Colors
  425. Image Colors
  426. Cycle
  427. Grid...
  428. Stop Sound
  429. Show All
  430.     Edit Form
  431. Share
  432.     Next Page
  433. Previous Page
  434. First Page
  435.     Last Page
  436. Backward
  437. Forward
  438.     Last Book
  439.     Browse...
  440. Autobrowse...
  441.     Bookshelf
  442. New Page
  443. Delete Page
  444. New Form
  445. Load Form...
  446. Save Form...
  447. Image
  448. Load...
  449. Save...
  450. Capture...
  451.     Clipboard
  452. Paste
  453. Spare
  454. Swap Frames
  455. Copy to Spare
  456. Merge in Front
  457. Merge in Back
  458. Delete Spare
  459. Frame
  460. Previous
  461. Delete
  462. Copy to All
  463. Color
  464. Remap
  465. Transparency
  466. Paper <-> Pen
  467. Paper ->  Pen
  468. Count
  469. Vertical
  470. Horizontal
  471. Info...
  472. Brush
  473. Load...
  474. Save...
  475. Restore
  476.     Clipboard
  477. Paste
  478. Color
  479. Remap
  480. Transparency
  481. Paper <-> Pen
  482. Paper ->  Pen
  483. Center
  484. Corner
  485.     Any Point
  486. Any Size
  487. Halve
  488. Double
  489. Halve Width
  490. Halve Height
  491. Double Width
  492. Double Height
  493. To PAL
  494. To NTSC
  495. Vertical
  496. Horizontal
  497. Shear
  498. Vertical
  499. Horizontal
  500. Rotate
  501.     Any Angle
  502. Paint
  503. Matte
  504. Color
  505. Replace
  506. Smear
  507. Dissolve
  508. Spare
  509. Cycle
  510. Cycle 2
  511. Gradient
  512. Gradient 2
  513. Smudge
  514. Chaos
  515. Count
  516. Custom
  517. Dither
  518. Edges
  519. Object
  520. Load...
  521. Save...
  522. Bring to Front
  523. Send to Back
  524. Bring Closer
  525. Send Farther
  526. Group
  527. Ungroup
  528. Duplicate...
  529. Align...
  530. Info...
  531. Actions...
  532.     Script...
  533. Load...
  534. Save...
  535. Plain
  536.     Underline
  537. Italic
  538. Shadow
  539. Font...
  540. Spacing...
  541.     Hypertext
  542. Actions...
  543.     Script...
  544. Tools
  545. Coordinates
  546.     Title Bar
  547. Palette
  548. Colors
  549. Patterns
  550. Paint Tools
  551. Paint Types
  552.     Histogram
  553.     Magnifier
  554. Messages
  555. Draw Tools
  556. Layers
  557. Pages
  558. Author
  559. Book...
  560. Form...
  561. Page...
  562. Display...
  563. Menus...
  564. Narrator...
  565. Hypertext...
  566. Resources...
  567.     Effect...
  568. Effect Area
  569. DDDUUUfffwww
  570.